icontheme: Avoid a crash
authorMatthias Clasen <mclasen@redhat.com>
Sat, 30 Jan 2016 04:36:24 +0000 (23:36 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 Jan 2016 05:29:04 +0000 (00:29 -0500)
commite54549502e3b0b1bd8b01fc7de9c44a339e4437c
treeee2ef5a6e7b636292e95c6db0ae893df35c6d20c
parent2e4b1e72f4a272c426a12135f3487aa2017c746a
icontheme: Avoid a crash

gtk_icon_info_new_for_file with a size of 0 would fail for
symbolic pngs because we ended up scaling with 0. Avoid this.
gtk/gtkicontheme.c